home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / panel-toplevel.schemas < prev    next >
Extensible Markup Language  |  2009-10-19  |  16KB  |  483 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.   <schemalist>    
  4.     <schema>
  5.       <key>/schemas/apps/panel/toplevels/name</key>
  6.       <owner>panel</owner>
  7.       <type>string</type>
  8.       <default></default>
  9.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  10.       <locale name="C">
  11.         <short>Name to identify panel</short>
  12.         <long>
  13.           This is a human readable name which you can use to identify
  14.           a panel. Its main purpose is to serve as the panel's window
  15.           title which is useful when navigating between panels.
  16.         </long>
  17.       </locale>
  18.     </schema>
  19.  
  20.     <schema>
  21.       <key>/schemas/apps/panel/toplevels/screen</key>
  22.       <owner>panel</owner>
  23.       <type>int</type>
  24.       <default>0</default>
  25.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  26.       <locale name="C">
  27.         <short>X screen where the panel is displayed</short>
  28.         <long>
  29.           With a multi-screen setup, you may have panels on each
  30.           individual screen. This key identifies the current screen
  31.           the panel is displayed on.
  32.         </long>
  33.       </locale>
  34.     </schema>
  35.  
  36.  
  37.     <schema>
  38.       <key>/schemas/apps/panel/toplevels/monitor</key>
  39.       <owner>panel</owner>
  40.       <type>int</type>
  41.       <default>0</default>
  42.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  43.       <locale name="C">
  44.         <short>Xinerama monitor where the panel is displayed</short>
  45.         <long>
  46.           In a Xinerama setup, you may have panels on each individual
  47.           monitor. This key identifies the current monitor the panel
  48.           is displayed on.
  49.         </long>
  50.       </locale>
  51.     </schema>
  52.  
  53.  
  54.     <schema>
  55.       <key>/schemas/apps/panel/toplevels/expand</key>
  56.       <owner>panel</owner>
  57.       <type>bool</type>
  58.       <default>true</default>
  59.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  60.       <locale name="C">
  61.         <short>Expand to occupy entire screen width</short>
  62.         <long>
  63.           If true, the panel will occupy the entire screen width
  64.           (height if this is a vertical panel). In this mode the panel
  65.           can only be placed at a screen edge. If false, the panel
  66.           will only be large enough to accommodate the applets,
  67.           launchers and buttons on the panel.
  68.         </long>
  69.       </locale>
  70.     </schema>
  71.  
  72.  
  73.     <schema>
  74.       <key>/schemas/apps/panel/toplevels/orientation</key>
  75.       <owner>panel</owner>
  76.       <type>string</type>
  77.       <default>top</default>
  78.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  79.       <locale name="C">
  80.         <short>Panel orientation</short>
  81.         <long>
  82.           The orientation of the panel. Possible values are "top",
  83.       "bottom", "left", "right". In expanded mode the key
  84.           specifies which screen edge the panel is on. In un-expanded
  85.           mode the difference between "top" and "bottom" is less
  86.           important - both indicate that this is a horizontal panel -
  87.           but still give a useful hint as to how some panel objects
  88.           should behave. For example, on a "top" panel a menu button
  89.           will pop up its menu below the panel, whereas on a "bottom"
  90.           panel the menu will be popped up above the panel.
  91.         </long>
  92.       </locale>
  93.     </schema>
  94.  
  95.  
  96.     <schema>
  97.       <key>/schemas/apps/panel/toplevels/size</key>
  98.       <owner>panel</owner>
  99.       <type>int</type>
  100.       <default>24</default>
  101.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  102.       <locale name="C">
  103.         <short>Panel size</short>
  104.         <long>
  105.           The height (width for a vertical panel) of the panel. The
  106.           panel will determine at runtime a minimum size based on
  107.           the font size and other indicators. The maximum size is
  108.           fixed at one quarter of the screen height (or width).
  109.         </long>
  110.       </locale>
  111.     </schema>
  112.  
  113.  
  114.     <schema>
  115.       <key>/schemas/apps/panel/toplevels/x</key>
  116.       <owner>panel</owner>
  117.       <type>int</type>
  118.       <default>0</default>
  119.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  120.       <locale name="C">
  121.         <short>X co-ordinate of panel</short>
  122.         <long>
  123.           The location of the panel along the x-axis. This key is
  124.           only relevant in un-expanded mode. In expanded mode this
  125.           key is ignored and the panel is placed at the screen edge
  126.           specified by the orientation key.
  127.         </long>
  128.       </locale>
  129.     </schema>
  130.  
  131.  
  132.     <schema>
  133.       <key>/schemas/apps/panel/toplevels/y</key>
  134.       <owner>panel</owner>
  135.       <type>int</type>
  136.       <default>0</default>
  137.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  138.       <locale name="C">
  139.         <short>Y co-ordinate of panel</short>
  140.         <long>
  141.           The location of the panel along the y-axis. This key is
  142.           only relevant in un-expanded mode. In expanded mode this
  143.           key is ignored and the panel is placed at the screen edge
  144.           specified by the orientation key.
  145.         </long>
  146.       </locale>
  147.     </schema>
  148.  
  149.     <schema>
  150.       <key>/schemas/apps/panel/toplevels/x_right</key>
  151.       <owner>panel</owner>
  152.       <type>int</type>
  153.       <default>-1</default>
  154.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  155.       <locale name="C">
  156.         <short>X co-ordinate of panel, starting from the right of the screen</short>
  157.         <long>
  158.           The location of the panel along the x-axis, starting from the right of 
  159.       the screen. If set to -1, the value is ignored and the value of the x
  160.       key is used. If the value is greater than 0, then the value of the x
  161.       key is ignored.
  162.       This key is only relevant in un-expanded mode. In expanded mode this
  163.           key is ignored and the panel is placed at the screen edge
  164.           specified by the orientation key.
  165.         </long>
  166.       </locale>
  167.     </schema>
  168.  
  169.  
  170.     <schema>
  171.       <key>/schemas/apps/panel/toplevels/y_bottom</key>
  172.       <owner>panel</owner>
  173.       <type>int</type>
  174.       <default>-1</default>
  175.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  176.       <locale name="C">
  177.         <short>Y co-ordinate of panel, starting from the bottom of the screen</short>
  178.         <long>
  179.           The location of the panel along the y-axis, starting from the bottom of 
  180.       the screen. If set to -1, the value is ignored and the value of the y
  181.       key is used. If the value is greater than 0, then the value of the y
  182.       key is ignored.
  183.       This key is only relevant in un-expanded mode. In expanded mode this
  184.           key is ignored and the panel is placed at the screen edge
  185.           specified by the orientation key.
  186.         </long>
  187.       </locale>
  188.     </schema>
  189.  
  190.  
  191.     <schema>
  192.       <key>/schemas/apps/panel/toplevels/x_centered</key>
  193.       <owner>panel</owner>
  194.       <type>bool</type>
  195.       <default>false</default>
  196.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  197.       <locale name="C">
  198.         <short>Center panel on x-axis</short>
  199.         <long>
  200.           If true, the x and x_right keys are ignored and the panel is placed at
  201.           the center of the x-axis of the screen. If the panel is
  202.           resized it will remain at that position - i.e. the panel
  203.           will grow on both sides. If false, the x and x_right keys specify
  204.           the location of the panel.
  205.         </long>
  206.       </locale>
  207.     </schema>
  208.  
  209.  
  210.     <schema>
  211.       <key>/schemas/apps/panel/toplevels/y_centered</key>
  212.       <owner>panel</owner>
  213.       <type>bool</type>
  214.       <default>false</default>
  215.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  216.       <locale name="C">
  217.         <short>Center panel on y-axis</short>
  218.         <long>
  219.           If true, the y and y_bottom keys are ignored and the panel is placed at
  220.           the center of the y-axis of the screen. If the panel is
  221.           resized it will remain at that position - i.e. the panel
  222.           will grow on both sides. If false, the y and y_bottom keys specify
  223.           the location of the panel.
  224.         </long>
  225.       </locale>
  226.     </schema>
  227.  
  228.  
  229.     <schema>
  230.       <key>/schemas/apps/panel/toplevels/auto_hide</key>
  231.       <owner>panel</owner>
  232.       <type>bool</type>
  233.       <default>false</default>
  234.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  235.       <locale name="C">
  236.         <short>Automatically hide panel into corner</short>
  237.         <long>
  238.           If true, the panel is automatically hidden into a corner
  239.           of the screen when the pointer leaves the panel area. Moving the
  240.           pointer to that corner again will cause the panel to re-appear.
  241.         </long>
  242.       </locale>
  243.     </schema>
  244.  
  245.  
  246.     <schema>
  247.       <key>/schemas/apps/panel/toplevels/enable_animations</key>
  248.       <owner>panel</owner>
  249.       <type>bool</type>
  250.       <default>true</default>
  251.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  252.       <locale name="C">
  253.         <short>Enable animations</short>
  254.         <long>
  255.           If true, hiding and un-hiding of this panel will be animated
  256.           rather than happening instantly.
  257.         </long>
  258.       </locale>
  259.     </schema>
  260.  
  261.  
  262.     <schema>
  263.       <key>/schemas/apps/panel/toplevels/enable_buttons</key>
  264.       <owner>panel</owner>
  265.       <type>bool</type>
  266.       <default>false</default>
  267.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  268.       <locale name="C">
  269.         <short>Enable hide buttons</short>
  270.         <long>
  271.           If true, buttons will be placed on each side of the panel
  272.           which may be used to move the panel to edge of the screen,
  273.           leaving only a button showing.
  274.         </long>
  275.       </locale>
  276.     </schema>
  277.  
  278.  
  279.     <schema>
  280.       <key>/schemas/apps/panel/toplevels/enable_arrows</key>
  281.       <owner>panel</owner>
  282.       <type>bool</type>
  283.       <default>true</default>
  284.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  285.       <locale name="C">
  286.         <short>Enable arrows on hide buttons</short>
  287.         <long>
  288.           If true, arrows will be placed on the hide buttons. This
  289.           key is only relevant if the enable_buttons key is true.
  290.         </long>
  291.       </locale>
  292.     </schema>
  293.  
  294.  
  295.     <schema>
  296.       <key>/schemas/apps/panel/toplevels/hide_delay</key>
  297.       <owner>panel</owner>
  298.       <type>int</type>
  299.       <default>300</default>
  300.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  301.       <locale name="C">
  302.         <short>Panel autohide delay</short>
  303.         <long>
  304.           Specifies the number of milliseconds delay after the pointer
  305.           leaves the panel area before the panel is automatically hidden.
  306.           This key is only relevant if the auto_hide key is true.
  307.         </long>
  308.       </locale>
  309.     </schema>
  310.  
  311.  
  312.     <schema>
  313.       <key>/schemas/apps/panel/toplevels/unhide_delay</key>
  314.       <owner>panel</owner>
  315.       <type>int</type>
  316.       <default>100</default>
  317.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  318.       <locale name="C">
  319.         <short>Panel autounhide delay</short>
  320.         <long>
  321.           Specifies the number of milliseconds delay after the pointer
  322.           enters the panel area before the panel is automatically
  323.           re-shown. This key is only relevant if the auto_hide key is
  324.           true.
  325.         </long>
  326.       </locale>
  327.     </schema>
  328.  
  329.  
  330.     <schema>
  331.       <key>/schemas/apps/panel/toplevels/auto_hide_size</key>
  332.       <owner>panel</owner>
  333.       <type>int</type>
  334.       <default>1</default>
  335.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  336.       <locale name="C">
  337.         <short>Visible pixels when hidden</short>
  338.         <long>
  339.           Specifies the number of pixels visible when the panel is
  340.           automatically hidden into a corner. This key is only
  341.           relevant if the auto_hide key is true.
  342.         </long>
  343.       </locale>
  344.     </schema>
  345.  
  346.  
  347.     <schema>
  348.       <key>/schemas/apps/panel/toplevels/animation_speed</key>
  349.       <owner>panel</owner>
  350.       <type>string</type>
  351.       <default>fast</default>
  352.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  353.       <locale name="C">
  354.         <short>Animation speed</short>
  355.         <long>
  356.           The speed in which panel animations should occur. Possible
  357.           values are "slow", "medium" and "fast". This key is only
  358.           relevant if the enable_animations key is true.
  359.         </long>
  360.       </locale>
  361.     </schema>
  362.  
  363.  
  364.     <schema>
  365.       <key>/schemas/apps/panel/toplevels/background/type</key>
  366.       <owner>panel</owner>
  367.       <type>string</type>
  368.       <default>gtk</default>
  369.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  370.       <locale name="C">
  371.         <short>Background type</short>
  372.         <long>
  373.           Which type of background should be used for this panel.
  374.           Possible values are "gtk" - the default GTK+ widget
  375.           background will be used, "color" - the color key will
  376.           be used as background color or "image" - the image
  377.           specified by the image key will be used as background.
  378.         </long>
  379.       </locale>
  380.     </schema>
  381.  
  382.  
  383.     <schema>
  384.       <key>/schemas/apps/panel/toplevels/background/color</key>
  385.       <owner>panel</owner>
  386.       <type>string</type>
  387.       <default>#ffffff</default>
  388.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  389.       <locale name="C">
  390.         <short>Background color</short>
  391.         <long>
  392.           Specifies the background color for the panel in #RGB
  393.           format.
  394.         </long>
  395.       </locale>
  396.     </schema>
  397.  
  398.     <schema>
  399.       <key>/schemas/apps/panel/toplevels/background/opacity</key>
  400.       <owner>panel</owner>
  401.       <type>int</type>
  402.       <default>6000</default>
  403.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  404.       <locale name="C">
  405.         <short>Background color opacity</short>
  406.         <long>
  407.           Specifies the opacity of the background color format. If the
  408.           color is not completely opaque (a value of less than 65535),
  409.           the color will be composited onto the desktop background
  410.           image.
  411.         </long>
  412.       </locale>
  413.     </schema>
  414.  
  415.  
  416.     <schema>
  417.       <key>/schemas/apps/panel/toplevels/background/image</key>
  418.       <owner>panel</owner>
  419.       <type>string</type>
  420.       <default></default>
  421.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  422.       <locale name="C">
  423.         <short>Background image</short>
  424.         <long>
  425.           Specifies the file to be used for the background image. If
  426.           the image contains an alpha channel it will be composited
  427.           onto the desktop background image.
  428.         </long>
  429.       </locale>
  430.     </schema>
  431.  
  432.  
  433.     <schema>
  434.       <key>/schemas/apps/panel/toplevels/background/fit</key>
  435.       <owner>panel</owner>
  436.       <type>bool</type>
  437.       <default>false</default>
  438.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  439.       <locale name="C">
  440.         <short>Fit image to panel</short>
  441.         <long>
  442.           If true, the image will be scaled (retaining the aspect
  443.           ratio of the image) to the panel height (if horizontal).
  444.         </long>
  445.       </locale>
  446.     </schema>
  447.  
  448.  
  449.     <schema>
  450.       <key>/schemas/apps/panel/toplevels/background/stretch</key>
  451.       <owner>panel</owner>
  452.       <type>bool</type>
  453.       <default>false</default>
  454.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  455.       <locale name="C">
  456.         <short>Stretch image to panel</short>
  457.         <long>
  458.           If true, the image will be scaled to the panel dimensions.
  459.           The aspect ratio of the image will not be maintained.
  460.         </long>
  461.       </locale>
  462.     </schema>
  463.  
  464.  
  465.     <schema>
  466.       <key>/schemas/apps/panel/toplevels/background/rotate</key>
  467.       <owner>panel</owner>
  468.       <type>bool</type>
  469.       <default>false</default>
  470.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  471.       <locale name="C">
  472.         <short>Rotate image on vertical panels</short>
  473.         <long>
  474.           If true, the background image will be rotated when the panel
  475.           is oriented vertically.
  476.         </long>
  477.       </locale>
  478.     </schema>
  479.  
  480.   </schemalist>
  481.   
  482. </gconfschemafile>
  483.